-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm] Fix perf pipeline runs #93688
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFixes
|
wip: aot run didn't aot for some reason! |
573ec5a
to
a40db02
Compare
This is blocked on dotnet/BenchmarkDotNet#2447, and dotnet/performance#3428 . |
This was because wasm/net9.0 didn't have some handling in |
Merging to fix CI. |
Update to use
tfm=net9.0
Add
Microsoft.NETCore.App.Ref
nuget to helix payload to fix/home/helixbot/work/AEA10974/p/performance/src/scenarios/blazor/app/emptyblazorwasmtemplate.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 9.0.0-ci)
Run only a few benchmarks on
runtime-wasm-perf
as it is just a sanity check run. And running a full partition can take more than 30mins.Corresponding PR - dotnet/performance#3428